home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import mx.core.IFlexModuleFactory;
- import mx.styles.CSSStyleDeclaration;
- import mx.styles.StyleManager;
-
- public class _TitleWindowStyle
- {
- private static var _embed_css_Assets_swf_CloseButtonOver_1768920154:Class = _TitleWindowStyle__embed_css_Assets_swf_CloseButtonOver_1768920154;
-
- private static var _embed_css_Assets_swf_CloseButtonDisabled_1732395918:Class = _TitleWindowStyle__embed_css_Assets_swf_CloseButtonDisabled_1732395918;
-
- private static var _embed_css_Assets_swf_CloseButtonUp_694330321:Class = _TitleWindowStyle__embed_css_Assets_swf_CloseButtonUp_694330321;
-
- private static var _embed_css_Assets_swf_CloseButtonDown_1931911020:Class = _TitleWindowStyle__embed_css_Assets_swf_CloseButtonDown_1931911020;
-
- public function _TitleWindowStyle()
- {
- super();
- }
-
- public static function init(param1:IFlexModuleFactory) : void
- {
- var style:CSSStyleDeclaration = null;
- var fbs:IFlexModuleFactory = param1;
- style = StyleManager.getStyleDeclaration("TitleWindow");
- if(!style)
- {
- style = new CSSStyleDeclaration();
- StyleManager.setStyleDeclaration("TitleWindow",style,false);
- }
- if(style.defaultFactory == null)
- {
- style.defaultFactory = function():void
- {
- this.paddingTop = 4;
- this.paddingLeft = 4;
- this.cornerRadius = 8;
- this.paddingRight = 4;
- this.dropShadowEnabled = true;
- this.closeButtonDownSkin = _embed_css_Assets_swf_CloseButtonDown_1931911020;
- this.closeButtonOverSkin = _embed_css_Assets_swf_CloseButtonOver_1768920154;
- this.closeButtonUpSkin = _embed_css_Assets_swf_CloseButtonUp_694330321;
- this.closeButtonDisabledSkin = _embed_css_Assets_swf_CloseButtonDisabled_1732395918;
- this.paddingBottom = 4;
- this.backgroundColor = 16777215;
- };
- }
- }
- }
- }
-
-